'DeclarationOverloads Sub SetArray( _ ByVal values(,) As System.Object _ )
'UsageDim instance As IValue Dim values() As System.Object instance.SetArray(values)
void SetArray( System.object[,] values )
procedure SetArray( 
    values: System.TObjectarray of
); 
            function SetArray( values : System.Object[,] );
void SetArray( System.Object*[,]* values )
void SetArray( System.array<Object^>^ values )
Parameters
- values
 - The objects to be returned by this custom function. Each object must be a Double, String, SpreadsheetGear.ValueError, Boolean or null, or else the result of the array element will be ValueError.Value.